home *** CD-ROM | disk | FTP | other *** search
Wrap
<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> <class>Form1</class> <widget class="QWidget"> <property name="name"> <cstring>Form1</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>420</width> <height>282</height> </rect> </property> <property name="caption"> <string>Form1</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel" row="0" column="1"> <property name="name"> <cstring>WarningIcon2</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>4</hsizetype> <vsizetype>4</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>10</width> <height>10</height> </size> </property> <property name="scaledContents"> <bool>false</bool> </property> </widget> <widget class="QLabel" row="1" column="1" rowspan="1" colspan="2"> <property name="name"> <cstring>textLabel1</cstring> </property> <property name="text"> <string>Please note that if you accept the changes, the Wizard will <b>physically</b> perform all the neccessary operations and it will not be possible to <b>interrupt this process</b> or <b>undo the changes</b>.<br><br> To get access to the undeleted partition(s), you need to assign a drive letter(s). Go to Windows Disk Management, choose the undeleted partition(s) and <b>Add Drive Letter</b> option from the context menu. A window pops up where you can assign a drive letter to this partition.</string> </property> <property name="textFormat"> <enum>RichText</enum> </property> <property name="alignment"> <set>WordBreak|AlignTop|AlignLeft</set> </property> </widget> <spacer row="4" column="2"> <property name="name"> <cstring>spacer7</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>16</width> <height>10</height> </size> </property> </spacer> <widget class="QButtonGroup" row="3" column="1" rowspan="1" colspan="2"> <property name="name"> <cstring>ConfirmationButtonGroup</cstring> </property> <property name="title"> <string>Would you like to undelete the partitions now ?</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>10</number> </property> <widget class="QRadioButton" row="0" column="0"> <property name="name"> <cstring>AcceptChanges</cstring> </property> <property name="focusPolicy"> <enum></enum> </property> <property name="text"> <string>Yes, undelete the partitions physically.</string> </property> </widget> <widget class="QRadioButton" row="1" column="0"> <property name="name"> <cstring>ReconsiderChanges</cstring> </property> <property name="focusPolicy"> <enum>StrongFocus</enum> </property> <property name="text"> <string>No, let me reconsider.</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </grid> </widget> <spacer row="1" column="3"> <property name="name"> <cstring>spacer4_2</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Fixed</enum> </property> <property name="sizeHint"> <size> <width>10</width> <height>20</height> </size> </property> </spacer> <spacer row="1" column="0"> <property name="name"> <cstring>spacer4</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Fixed</enum> </property> <property name="sizeHint"> <size> <width>10</width> <height>20</height> </size> </property> </spacer> <spacer row="2" column="2"> <property name="name"> <cstring>spacer13</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Fixed</enum> </property> <property name="sizeHint"> <size> <width>16</width> <height>10</height> </size> </property> </spacer> <widget class="QLabel" row="0" column="2"> <property name="name"> <cstring>textLabel2</cstring> </property> <property name="text"> <string>The Wizard has not applied your changes yet. On this page, you can either accept or reconsider the changes.</string> </property> <property name="textFormat"> <enum>RichText</enum> </property> <property name="alignment"> <set>WordBreak|AlignTop|AlignLeft</set> </property> </widget> </grid> </widget> <connections> <connection> <sender>ConfirmationButtonGroup</sender> <signal>clicked(int)</signal> <receiver>Form1</receiver> <slot>ConfirmationButtonGroup_clicked(int)</slot> </connection> </connections> <slots> <slot>ConfirmationButtonGroup_clicked(int)</slot> </slots> <layoutdefaults spacing="6" margin="0"/> </UI>